CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ga tsp

搜索资源列表

  1. TSP-GA-MATLAB

    0下载:
  2. 用遗传算法解决TSP问题,matlab源程序-Genetic algorithm to solve TSP, Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:17611
    • 提供者:赵晶晶
  1. tsp-ga

    0下载:
  2. 一种解tsp问题的有效ga算法,编程思路清晰,收敛速度快。-A Solution tsp effective ga algorithm, programming ideas, clear, fast convergence speed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3267
    • 提供者:肖东东
  1. TSP

    0下载:
  2. 利用基因算法实现的对旅行售货员问题的求解!-use ga algorithm to slove the sale man problem!
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:501100
    • 提供者:xiaopeng
  1. GA-about-Materials-TS-TS-TSP

    0下载:
  2. 用于工程材料计算的遗传算法,关于TSP问题的禁忌算法 模拟退火算法比较等的源程序-For engineering materials calculated genetic algorithm, tabu search algorithm simulated annealing algorithm for TSP and other source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43944
    • 提供者:zhuj
  1. GGA_TSPe

    0下载:
  2. 遗传算法解决TSP问题,C++,VVS2005,注释详尽-GA, TSP -Genetic algorithm to solve TSP, C++, VVS2005 comment in detail-GA, TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1593099
    • 提供者:zhengguoo
  1. GA

    0下载:
  2. MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:2349
    • 提供者:a
  1. matlab-GA-not-have-improve

    0下载:
  2. 这是可以解决tsp问题的遗传算法的matlab,产生初始群体是没采用改良圈法代码,有测试数据,可供参考学习-this is a generic algorithm for tsp
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:1042
    • 提供者:林永福
  1. matlab-GA-have-improve

    0下载:
  2. 这是一个采用改良圈法产生出初始群体的遗传算法,可以解决tsp问题,精度比较高,方便与没有采用改良圈法的程序进行比较-this is a generic algorithm for tsp,this algorithm adopt the improving ring algorithm to produce the init group
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1049
    • 提供者:林永福
  1. ga

    0下载:
  2. 遗传算法求解tsp问题相关资料_JAVA源码-The genetic algorithm tsp the relevant information _JAVA on source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-15
    • 文件大小:8303
    • 提供者:mingze
  1. MATLAB-code-for-TSP

    1下载:
  2. 用GA算法和ACO算法在MATLAB上解决TSP问题,附有31个城市的坐标数据-Coordinate data with GA algorithms and ACO algorithm in MATLAB to solve the TSP with 31 cities
  3. 所属分类:transportation applications

    • 发布日期:2017-11-08
    • 文件大小:13953
    • 提供者:刘洪佚
  1. Ga-Binary

    0下载:
  2. TSP with Genetic algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-26
    • 文件大小:25991
    • 提供者:mehrdad
  1. GA

    0下载:
  2. 基因算法描述旅行商问题(Traveling Saleman Problem,TSP)-using Genetic Algorithm to implement the Traveling Saleman Problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9689
    • 提供者:shaoyongjie
  1. TSPO-with-GA-3

    0下载:
  2. solve tsp by ga .because the tsp is one of the important model-solve tsp by ga .because the tsp is one of the important model
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:2967
    • 提供者:ali
  1. GA-TSP

    0下载:
  2. 遗传算法求解货郎担问题 虽然有些简单 但是绝对适合初学者学习-Genetic algorithm to solve the traveling salesman problem is simple but absolutely suitable for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:131675
    • 提供者:羊笑笑
  1. GA

    0下载:
  2. 用matlab实现的基于遗传算法的旅行商问题即TSP问题-The traveling salesman problem based on genetic algorithm matlab realize that the TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1283
    • 提供者:陈晓
  1. TSP-GA.zip

    0下载:
  2. 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:887887
    • 提供者:ZHENG
  1. TSP-GA

    0下载:
  2. 一个基于遗传算法的TSP程序,里面包含两个交叉函数,程序已运行,效果好-A TSP program based on Genetic Algorithm, include two intercross function (intercross.m and IX.m), the result is good and steady
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2804
    • 提供者:陈鐾
  1. tsp

    0下载:
  2. solution for tsp with GA in matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:102617
    • 提供者:sara
  1. GA-TSP

    0下载:
  2. 计算智能中的人工神经网络程序,可运行,已经测试过了-Computational Intelligence in artificial neural network program can be run, has been tested
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-17
    • 文件大小:1807
    • 提供者:苏小希
  1. GA_tsp

    0下载:
  2. 本程序为使用基本GA求解tsp问题 种群数:60 最大世代数:5000 交叉率: 0.80 变异率: 0.15 -GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:4970
    • 提供者:xuqing
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com